projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd659ac
)
(finder-by-keyword): Add doc string and t for interactive.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Jun 1994 20:34:22 +0000
(20:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 20 Jun 1994 20:34:22 +0000
(20:34 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 83b502a28676a50543bcbc2c14a588eb38b8f688..e861bc8e42e43ae9f696ea5a4289f2b35b4a891e 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-67,7
+67,8
@@
(define-key help-map "n" 'view-emacs-news)
(define-key help-map "p" 'finder-by-keyword)
-(autoload 'finder-by-keyword "finder")
+(autoload 'finder-by-keyword "finder"
+ "Find packages matching a given keyword." t)
(define-key help-map "s" 'describe-syntax)